home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / +ORC / Orc pac 5 / FILEZ.ZIP / SKY.ZIP / REACH.ZIP / TIDY.BAT < prev    next >
DOS Batch File  |  1992-09-25  |  746b  |  20 lines

  1. @ECHO OFF
  2. IF EXIST TIDY_UP%1.bat TIDY_UP%1
  3. ECHO     Syntax:    TIDY category
  4. ECHO     I don't know how to tidy up category %1
  5. ECHO     This command tidies your REACH for the SKIES directory by deleting 
  6. ECHO     categories of files.
  7. ECHO     The following categories can be tidied with this command:
  8. ECHO     CATEGORY            FILENAMES
  9. ECHO     ~~~~~~~~            ~~~~~~~~~
  10. ECHO     VIDEOS:            V_*.SEQ
  11. ECHO     PHOTOS:            PHOTO*.SEQ and PH256*.SEQ
  12. ECHO     PLAYER RECORDS/HISCORE:    *.PLY
  13. ECHO     DEMO/INTRO SEQUENCE:    not all *.SE?, a few other files
  14. ECHO     ALL:            All these files
  15. ECHO     Only the first letter of the category needs to be entered,
  16. ECHO     E.G. TIDY V will remove all videos
  17. ECHO     The files to be deleted are listed and you can cancel the process
  18. ECHO     at this point.
  19.  
  20.